home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / offumac / 2.DIR / 00072_Script_72 < prev    next >
Text File  |  1999-04-28  |  131b  |  10 lines

  1. on exitFrame
  2.   global conta
  3.   put conta+1 into conta
  4.   if conta =4 then
  5.     go to "b"
  6.   else
  7.     go to "a"
  8.   end if
  9.   
  10. end